Skip to content

Conversation

earlephilhower
Copy link
Collaborator

All interrupt service routines are supposed to be in IRAM now, so there
is no need to keep interrupts disabled while doing flash operations.
Remove the IRQ disable/enable from the ESP.flash* methods.

Related to #5568

All interrupt service routines are supposed to be in IRAM now, so there
is no need to keep interrupts disabled while doing flash operations.
Remove the IRQ disable/enable from the ESP.flash* methods.

Related to esp8266#5568
Copy link
Collaborator

@devyte devyte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code-wise this looks ok to me. I have no idea about the implications from a functional point of view.

@earlephilhower
Copy link
Collaborator Author

A test w/WIFI being pinged, SPIFFS reading/writing like mad, and the older, default-IRQ (non-NMI) waveform generator with this PR passed without incident.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants